blob: fbf6c42e3afa817928c2b6ed96a4bae3e9b48ff1 [file] [log] [blame]
{
"name": "SPXSubscripting",
"version": "0.1.0",
"summary": "This is a library for adding subscripting support to various Foundation classes.",
"description": " This is a library for adding subscripting support to various Foundation classes. It also adds some interesting solutions to working with NSString's, NSAttributedString's and their attributes.\n",
"homepage": "https://github.com/shaps80/SPXSubscripting",
"license": "MIT",
"authors": {
"Shaps Mohsenin": "shaps80@me.com"
},
"source": {
"git": "https://github.com/shaps80/SPXSubscripting.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/shaps",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}"
}