It can works under iOS6 after I modified the file "JCStockGraph.podspec" s.platform = :ios, '6.0' s.ios.deployment_target = '6.0' Suggest change from 7.0 to 6.0, and more projects can use this repository. ^^
It can works under iOS6 after I modified the file "JCStockGraph.podspec"
s.platform = :ios, '6.0'
s.ios.deployment_target = '6.0'
Suggest change from 7.0 to 6.0, and more projects can use this repository. ^^